VideoThumbnailResult

class VideoThumbnailResult(val frameIndex: Int, val width: Int, val height: Int, val imageData: ByteBuffer)

Constructors

Link copied to clipboard
constructor(frameIndex: Int, width: Int, height: Int, imageData: ByteBuffer)

Properties

Link copied to clipboard

The frame index in the requested sequence.

Link copied to clipboard
val height: Int

The thumbnail height in pixels.

Link copied to clipboard

The thumbnail image data as 8-bit RGBA.

Link copied to clipboard
val width: Int

The thumbnail width in pixels.